Name :Exponential functions
Symbol :EXP
Illustrate:
The IN (input parameter) power of the current real number e.
Image:
Parameter:
| Parameter | Statement | Type | Description |
|---|---|---|---|
| IN | Input | REAL | Enter a value |
| OUT | Output | REAL | Output value |
Example:
LD:
ST:
Interpretation:
| parameter | operand | value |
|---|---|---|
| IN | TagIn | Enter a value:2 |
| OUT | TagOut | Output value:7.38905621 |
IN input REAL data, OUT output IN power of e.